home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.000 / linuxcon / linuxconf-1.6 / dialog / dialog.m < prev    next >
Text File  |  1996-06-27  |  1KB  |  33 lines

  1. extern const char **_dictionary_dialog;
  2. #ifndef DICTIONARY_REQUEST
  3.     #define DICTIONARY_REQUEST \
  4.     const char **_dictionary_dialog;\
  5.     TRANSLATE_SYSTEM_REQ _dictionary_req_dialog("dialog",_dictionary_dialog,20,0);\
  6.     void dummy_dict_dialog(){}
  7. #endif
  8. #ifndef MSG_U
  9.     #define MSG_U(id,m)    id
  10.     #define MSG_B(id,m,n)    id
  11.     #define MSG_R(id)    id
  12. #endif
  13. #define B_YES    _dictionary_dialog[0]
  14. #define B_NO    _dictionary_dialog[1]
  15. #define B_OK    _dictionary_dialog[2]
  16. #define B_ACCEPT    _dictionary_dialog[3]
  17. #define B_CANCEL    _dictionary_dialog[4]
  18. #define B_QUIT    _dictionary_dialog[5]
  19. #define B_SAVE    _dictionary_dialog[6]
  20. #define B_ADD    _dictionary_dialog[7]
  21. #define B_DEL    _dictionary_dialog[8]
  22. #define B_INS    _dictionary_dialog[9]
  23. #define B_EDIT    _dictionary_dialog[10]
  24. #define B_RESET    _dictionary_dialog[11]
  25. #define I_SELECT    _dictionary_dialog[12]
  26. #define I_SAVE    _dictionary_dialog[13]
  27. #define I_ADD    _dictionary_dialog[14]
  28. #define I_INS    _dictionary_dialog[15]
  29. #define I_DEL    _dictionary_dialog[16]
  30. #define B_HELP    _dictionary_dialog[17]
  31. #define E_IVLDURL    _dictionary_dialog[18]
  32. #define E_MISMATCH    _dictionary_dialog[19]
  33.